Learn R Programming

DDPM (version 0.1.0)

Antenatal care services: The data contain the frequency distribution of use of antenatal care services in 2011

Description

The function gives the frequency distribution of the use of antenatal care services in 2011 in Ethiopia.

Usage

data_anten

Value

data_anten gives the frequency distribution of the use of antenatal care services in 2011 in Ethiopia.

Arguments

data_anten

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data contain the frequency distribution of the use of antenatal care services in 2011 in Ethiopia. They were used by Assefa and Tadesse (2017) and fitted by the zero-inflated negative binomial model.

References

Assefa, E., & Tadesse, M. (2017). Factors related to the use of antenatal care services in Ethiopia: application of the zero-inflated negative binomial model. Women & Health, 57(7), 804-821.

See Also

data_teeth

Examples

Run this code
x<-data_anten
summary(x)
table (x)

Run the code above in your browser using DataLab